home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / pcboard / hb_ec21.zip / HISTORY.TXT < prev    next >
Text File  |  1996-01-03  |  6KB  |  171 lines

  1. Enhanced CNFN.PPE history
  2.  
  3. ----
  4. 2.1
  5. ----
  6.  
  7. CHANGED - The lines in the CFG file have been altered somewhat to
  8.           accommodate the new multiple ranges feature.
  9.  
  10.         In the Block Definitions:
  11.           OLD - Line 2 held the Low conference number of the Range
  12.                 Line 3 held the High conference number of the Range
  13.  
  14.           NEW - Line 2 holds all the information. Line 3 is now Blank but
  15.                 must be present
  16.                 Line 2 format:
  17.                 #;#-#;#;#;#-#....
  18.  
  19.                 #   indicates a single conference
  20.                 #-# indicates a Range of conferences from Low to High
  21.                 each entry must be separated by a space or semicolon
  22.  
  23.          The only limit I am aware of is a 254 character limit per line
  24.  
  25.  
  26. ----
  27. 2.0
  28. ----
  29.  
  30. CHANGED - The distribution archive name has been changed to correspond
  31.           with the rest of my programs. The archive naming convention
  32.           is HB_EC##.ZIP, where ## is the version number.
  33.  
  34. I've put a lot of work into this version, thats why the major revision number.
  35. Needed to optimize the code in order to add the first item below.
  36.  
  37. Added - Unavailable conferences can now be displayed in a different color
  38.         on a block-by-block basis. The CFG file containing the Block ranges
  39.         required a change to facilitate this. For each Block definition,
  40.         you need to add another line specifying if this block should
  41.         show unavailable conferences. The file is commented.
  42.         **This must be done for this upgrade!**
  43.         The security options will take precedence over this switch.
  44.  
  45. Changed-The colors are now FULLY configurable. If the file COLOR.CNF exists
  46.         in the PPE directory, then the colors will be taken from this
  47.         file, allowing the display to match your color scheme.
  48.         The File is commented but the first 16 lines MUST be the color
  49.         definitions, and they must ALL be present.
  50.  
  51. Updated-I've improved the logging to the callers log in case of an error,
  52.         and also added logging if the user persorms a text search.
  53.  
  54.  
  55. ----
  56. 1.6
  57. ----
  58.  
  59. Fixed - The double-prompt problem has been fixed after some tinkering.
  60.         I don't know why it didn't appear before but should have been
  61.         a problem since version 1.4. Perhaps the new 15.22 PCBoard
  62.         is what started it. Anyhow, this version fixes the problem.
  63.         Thanks Bob Neal for pointing it out, I never noticed it before.
  64.  
  65. ** The BBS has moved. See the documentation for new number and addresses.
  66.  
  67. ----
  68. 1.5
  69. ----
  70.  
  71.  
  72. Added - A new file CNALT.  This file, IF IT EXISTS, will be displayed
  73.         instead of the standard Block List display. This will mostly
  74.         be handy for those of you with a LOT of Blocks and don't want
  75.         a pause in the middle of the list. You can create multiple columns.
  76.         Note, this file can have LANGUAGE variations, but currently
  77.         can't have GRAPHICS or SECURITY variations.
  78.         I'd recommend using @X color codes in this file.
  79.  
  80.  
  81. Minor update - Fixed an awkward prompt carry over when choosing
  82.                to search.
  83.              - Fixed a problem with a change in PPLC 3.20 which required
  84.                a workaround
  85.  
  86. Recompiled with PPLC 3.20
  87.  
  88.  
  89.  
  90. ----
  91. 1.4
  92. ----
  93.  
  94. UPDATED column display routine. Can now handle columns from 1 to 9.
  95.         (I wouldn't recommend above 3 or 4, for example, if it was
  96.          set to 9 columns, only 3 characters per conf name would
  97.          be displayed <g> I only have 79 columns to work with...)
  98.  
  99. NOTE   This update was compiled with PPLC 3.10 so as to compatible with
  100.        PCBoard 15.21+  From this point on, PPLC 3.20 will be used to
  101.        compile versions starting with 1.5, and will require PCBoard 15.22+
  102.  
  103. PLANNED Adding Color customizability.
  104.         Adding Conference Message Counts
  105.  
  106. ----
  107. 1.3
  108. ----
  109.  
  110. ADDED optional 3 column mode to display more conferences on the screen
  111.         at one time.
  112. ADDED option to choose which part of the name will be displayed on long
  113.         conference names, either the Left or the Right.
  114.  
  115. ADDED search capabilities to search for text in conference names.
  116.  
  117. expanded the numbering to allow for conference #'s up to 99999. Previously
  118.         3 digits was the limit (999).
  119.  
  120.  
  121. ----
  122. 1.2
  123. ----
  124.  
  125. FINALLY!!! The security level check bug has been found and squashed. Doing
  126.         some logging, I found that some conferences would have security
  127.         levels of outrageous numbers to join (like 10764564) even though
  128.         they would have , for example, 25 in PCBSETUP. Fixed.
  129.  
  130. New Security Option to prevent display of blocks for users with insufficient
  131.         security. Included an optional override for forcing display if user
  132.         is registered in one or more conferences in the block.
  133.  
  134. CFG file format has been changed slightly. Please read the DOC file or
  135.         examine the sample CFG file for examples.
  136.  
  137. Added Security, Graphic, Language display options, and Language specific
  138.         prompts.
  139.  
  140. Please review the DOC file for required changes and updating requirements
  141.         for all files.
  142.  
  143.  
  144. THANKS to BUTCH DUNN of the No*Name BBS for all his help in testing and
  145.         tracking down the security bug!!!! (and noticing a typo in this
  146.         file <g>)
  147.  
  148.  
  149. ----
  150. 1.2b
  151. ----
  152.  
  153. Beta - Not released - attempt to correct a security level bug.
  154.  
  155. ----
  156. 1.1
  157. ----
  158.  
  159. Minor bug fixes. Used a WORD variable where an INTEGER should have been used.
  160.  
  161. Conversion of INTEGER to BOOLEAN value was faulty, causing conferences to
  162. be displayed that use didn't have access to. Fixed.
  163.  
  164. Errant WAIT in code removed.
  165.  
  166. ----
  167. 1.0
  168. ----
  169.  
  170. First Release. I'm sure it has bugs, now to find them :)
  171.